Welcome![Sign In][Sign Up]
Location:
Search - sql image

Search list

[Education soft systemdepartment

Description: 自制国外大学学校计算机学院网站,php+sql数据库+ajax。能实现课程查询,学位查询,课程建议,留言板。还有图片,视频播放器,含flash课程建议。有管理员登陆界面,能实现数据库新闻管理,图片管理,留言管理,课程管理。界面用css制作。支持照片上传,课程修改,回复留言。-Self-made foreign University School of Computer Science Web site, php+ Sql database+ Ajax. Courses to achieve inquiries, inquiries degree, curriculum recommendations, message board. There are pictures, video player, with flash course proposals. Administrator has landed interface, can realize the database information management, image management, message management, curriculum management. Interface produced by css. Upload photos to support the curriculum changes to respond to messages.
Platform: | Size: 1171456 | Author: | Hits:

[SQL ServervcANDadoANDpic

Description: VC中实现对SQL存储图片的操作,并在MFC中进行显示-VC achieve image storage on the SQL operation and carried out in the MFC show
Platform: | Size: 61440 | Author: 李引 | Hits:

[SQL Servergetinsertsql

Description: 将SQLSERVER记录还原生成Insert的SQL语句,方便生成数据库安装记录,备份重要数据, 支持字段多,但暂时不支持image类字段-SQLSERVER records will be generated to restore Insert the SQL statement to generate a database to facilitate the installation records, back up important data to support the field, but temporarily does not support the image-type field
Platform: | Size: 1024 | Author: hunter | Hits:

[SQL ServerSQL_Tips_and_Techniques

Description: Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Techniques grows with your skills. You can start with Tip 1, "Understanding the Definition of a Database," and by the last Tip, "Displaying Image Data Stored Within a SQL Table," you will have covered all aspects of SQL.-Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Techniques grows with your skills. You can start with Tip 1, "Understanding the Definition of a Database," and by the last Tip, "Displaying Image Data Stored Within a SQL Table," you will have covered all aspects of SQL.
Platform: | Size: 55678976 | Author: Nest | Hits:

[SQL ServerStoreImagesInSQLServer

Description: insert sql image in C# sql
Platform: | Size: 273408 | Author: angel | Hits:

[Windows DevelopRdWrImgInDB

Description: SQL数据库存取图片, VB.NET-SQL database access image, VB.NET
Platform: | Size: 736256 | Author: silent | Hits:

[JSP/Javacompany

Description: 某电子商品销售公司为了提升企业形象和商品销售量,决定开发一个公司形象宣传和商品介绍的网站。基本功能如下: 1、站内新闻 2、商品展示 3、在线聊天 4、留言簿 5、后台管理 实现要求: 语言:JSP,数据库:SQL Server-An electronic product sales company in order to enhance corporate image and product sales, decided to develop a corporate image promotion and introduction of goods website. Basic functions are as follows: 1, 2 news stations, commodity display 3, online chat 4, book 5, backstage management implementation requirements: Language: JSP, database: SQL Server
Platform: | Size: 1898496 | Author: Daniel | Hits:

[ADO-ODBCSQL_Picture

Description: SQL Server图片存储,用于数据库-SQL Server image storage, for a database
Platform: | Size: 1852416 | Author: hehe | Hits:

[Graph programImage

Description: 简单相册源码.采用面向对象模式开发,功能简单,仅有简单的专辑和图片管理,App_Data下为Sql数据库,附加即可.-Simple album source. Using object-oriented model development, function simple, just a simple album and photo management, App_Data under the Sql database and can be attached.
Platform: | Size: 9178112 | Author: 407 | Hits:

[OtherTracking(Imm)

Description: 基于数据融合技术的多目标跟踪算法研究(Kalman, Imm.etc)-Motion image sequences of multi-target tracking and implementation
Platform: | Size: 145408 | Author: jpj | Hits:

[Special EffectsImageRetrieval20081212

Description: 完成基于SQLSERVER数据库中,对图像进行检索,草图检索,示例图检索等-Completed on SQLSERVER database, image retrieval, sketch retrieval, retrieval, sample map
Platform: | Size: 10017792 | Author: 任婷婷 | Hits:

[JSP/JavaSqlImageHelper

Description: sql image helper in java code
Platform: | Size: 2048 | Author: zaxa5 | Hits:

[Delphi/CppBuilder1112211

Description: 近日笔者书写一个小型的学生管理系统时,需要用到ADO控件存取SQL Server数据库图片,查看资料发现基本都是针对BMP文件进行操作(巨增数据库大小),但发现了★eagletian★高手翻译的ADO英文技术文档,里面涉及到了数据库存取JPEG文件的关键技术,在win98+sql server桌面版中测试通过,运行良好,现于源码公开如下:-I had recently written a small, student management systems, controls need to use ADO to access SQL Server database image to view information that is essential for the BMP file operations (huge increase in database size), but found the master translation ★ eagletian ★ ADO technical documents in English, which involves database access JPEG files to the key technology of the desktop in win98+ sql server version tested, runs well, is now open source is as follows:
Platform: | Size: 18432 | Author: 王祁 | Hits:

[SQL ServerImageOcx

Description: Image ocx source code to store image in sql server image field and view image from sql-Image ocx source code to store image in sql server image field and view image from sql
Platform: | Size: 21504 | Author: hussien | Hits:

[CSharpCSharp-Access-to-sql-server-database

Description: 数据库文件为ImageDatabase,其中表名为:Image,里面已有5组图像信息的数据,包括图像序号,图像名称 图像宽度,图像高度和像素深度。 ConnectionDemo文件夹里面是C#源程序 双击第二个生成好的solution文件,然后可以打开项目文件,点击“解决方案资源管理器”的“Form1.cs”文件可以 看到winform界面。 实现了以下几个功能: 1)."连接数据库测试",即c#和数据库连接,如果连接成功,则会显示“连接数据库成功”的显示框。 2)“向数据库中加入数据”,在左边的图像信息数据库几个文本框中输入数据以后,然后点击“向数据库中加入数据” 按钮,则会向数据库中添加数据,你可以打开数据库ImageDatabase的表Image,查看你加的数据是否写入到数据库中 从而可以验证程序的正确性。 3)“查询插入的数据信息”可以显示你刚添加的数据信息,并以Messagebox形式显示出来,这里实现的只是显示数据库中 -1 I establish the database file for the ImageDatabase, wherein the table name : Image, which already has 5 sets of image data, including image sequence, image nameImage width, height and depth of image pixels.The 2.ConnectionDemo folder there is a C# source ( my computer is used in the 2008 version, do not know in 2005 whether can also be used, if there are any problems contact me again! )3 double-click the second generated a good solution file, then you can open the project file, click on" the solution explorer" "Form1.cs" files can beSee the WinForm interface.4 here I carry out the following functions:1)." To connect to the database test", namely c# and the database connection, if the connection is successful, it will display" to connect to the database successfully" display box.2)" to the database by adding data", in the left image information database for text data, then click on" add data to the database"Button, will be adding to the database data, you can open the database table
Platform: | Size: 1451008 | Author: ssaye | Hits:

[ADO-ODBCImage-SQL-Server-BLOBs

Description: itle: Image Database for SQL Server Using BLOBs Description: Title: Image Database for SQL Server Using BLOBs This sample requires Microsoft SQL Server 2008 R2. It can store an unlimited number of JPEG images in the database itself as BLOBs (Binary Large Objects). The images may be previewed in the application or saved as files. This file came from Planet-Source-Code.com...the home millions of lines of source code
Platform: | Size: 1398784 | Author: lzl | Hits:

[CSharpstore-image-in-sql-server

Description: this source code used to store image in sql server
Platform: | Size: 4442112 | Author: solo | Hits:

[Linux-Unixsql.cpp

Description: 在数据库离建立存储图片的表,将图片名称以及尺寸大小等信息填入mysql数据库-Storing images in the database from the establishment of the table, the image name and size information fill in the mysql database
Platform: | Size: 1024 | Author: 汪亚男 | Hits:

[JSP/Javajs-image-slider

Description: jquery slider with sql
Platform: | Size: 5120 | Author: eddie | Hits:

[JSP/Javajs-image-slider-with-css

Description: jquery slider with sql and c-jquery slider with sql and css
Platform: | Size: 6144 | Author: eddie | Hits:
« 1 23 4 5 6 7 8 9 »

CodeBus www.codebus.net